home *** CD-ROM | disk | FTP | other *** search
/ Micromanía: 150 Juegos 2010 / 150Juegos_16.iso / Shareware / Shape Smash / shape-smash.swf / scripts / mx / core / ApplicationGlobals.as < prev    next >
Encoding:
Text File  |  2010-05-14  |  207 b   |  14 lines

  1. package mx.core
  2. {
  3.    public class ApplicationGlobals
  4.    {
  5.       public static var application:Object;
  6.       
  7.       public function ApplicationGlobals()
  8.       {
  9.          super();
  10.       }
  11.    }
  12. }
  13.  
  14.